home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 1.iso / tools / texture_utils / wad2wal.txt < prev    next >
Text File  |  1998-02-11  |  4KB  |  90 lines

  1. Title                   : Wad2Wal 1.4
  2. Filenames               : Wad2Wal.exe
  3. Version                 : 1.4
  4. Author                  : Steve Winston-Brown
  5. InterNet Nick           : Vengence
  6. Email Address           : s.winstonbrown@student.qut.edu.au
  7. Description             : Utility to extract all the mip textures
  8.                           from a .wad file and convert them into 
  9.                           Quake 2 .wal files.
  10.                           * also converts palette from Quake
  11.                             to Quake 2 palette.
  12.                           * has ability to use custom palettes
  13.                             for .wad files for converting.
  14.                           * has ability to use custom palettes
  15.                             for .wal files when converting.
  16.  
  17. Requirements            : A Win32 operating system
  18.  
  19. =====================================================================
  20. Usage:
  21.  
  22. Wad2wal [-t] <palette> [-f] <palette> <.wad file>
  23.  
  24. [-f] --- (optional) Use an external palette file for .wad file.
  25.          NOTE: The palette is exactly the same as the .lmp palette.
  26.  
  27. [-t] --- (optional) Use an external palette file for the .wal files.
  28.          NOTE: Again, the palette is exactly the same as the .lmp 
  29.                palette.
  30.  
  31. The program adapts the palette of the .wad file when converting it
  32. to .wal files.  By default, when converting it will assume that the Quake
  33. palette is used within the .wad file.  If a different palette is used in
  34. the .wad file, or another palette is wanted in .wal files, it should be 
  35. specified at the command line.
  36.  
  37. At the moment, no contents, light values or surface attributes are given
  38. to the .wal file when it is created. All attributes for the textures
  39. converted should be specified within your .map file.
  40.  
  41. I'm working on a utility and I will soon release a beta version that will
  42. be able to edit many/all of these attributes.
  43.  
  44. Sample LMP palettes are given:
  45. hex_pal.lmp     - Hexen 2 Palette
  46. q_pal.lmp       - Quake Palette
  47. q2_pal.lmp      - Quake 2 Release Palette
  48. q2test_pal.lmp  - Quake 2 Test Palette
  49.  
  50. =====================================================================
  51. * Construction *
  52.  
  53. Compiler used           : C++
  54. Construction time       : Not Sure, lost count..
  55. Known Issues            : If you find any, can you tell me..
  56.  
  57. =====================================================================
  58. * History *
  59.  
  60. 1.0 - Beta Release.
  61. 1.1 - Not Released. (Used For Internal Testing).
  62. Code for Reading in WAD files was optimized.
  63.  
  64. 1.2 -
  65. An occasional bug reading in WAD files was fixed, where it sometimes
  66. didn't recognise some WAD files.  Thanks to James Widmark and
  67. Joseph Scott Dixon for reporting it to me.
  68. 1.3 - Not Released.  Fixed a few problems.
  69. 1.4 - This Version.
  70. Hopefully fixed problem loading palettes using NT. (note: has not been
  71. test).  Added support for converting to custom palettes for .wal files.
  72.  
  73. =====================================================================
  74. * Copyright / Permissions *
  75.  
  76. You MAY distribute this EXE, provided you include this file, with no
  77. modifications.  You may distribute this file in any electronic format
  78. (BBS, Diskette, CD, etc.) as long as you include this file intact.
  79.  
  80. * Disclaimer *
  81.  
  82. Usage of Wad2Wal is at your own risk.  I accept NO responsibility
  83. for any form of damage incurred through the usage of this program.
  84.  
  85. =====================================================================
  86. * Where to get this Utility *
  87.  
  88. ftp.cdrom.com (and all mirrors)
  89. http://www.uq.net.au/~zzsinst/
  90.